SftTree/OCX 7.0

SftTreeCell.ColumnIndex Property

Softel vdm, Inc.

Returns the column index of this cell.

Syntax       

Get

VB.NET

ColIndex = object.ColumnIndex  As Short

VB

ColIndex = object.ColumnIndex  As Integer

C#.NET

short ColIndex = object.ColumnIndex;

VC++

short ColIndex = object->ColumnIndex;
short ColIndex = object->GetColumnIndex();

C

HRESULT object->get_ColumnIndex(short* ColIndex);

Delphi

ColIndex := object.ColumnIndex   : Smallint;

object

A SftTreeCell object.

ColIndex

Returns the column index of this cell.

Comments

The ColumnIndex property returns the column index of this cell.

The Cell.ItemIndex property can be used to retrieve the item index of this cell.

See Also  SftTreeCell Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com